Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
atan2
atan2
Arctangle of two parameters
Name:
atan2
Category:
math
Programming Language:
php
One-line Description:
Arctangent of two parameters.
Related
How to Properly Handle Negative Angles When Using the PHP atan2 Function
3
Is the Value Returned by the atan2 Function in Standard Radians? How to Convert to Degrees in PHP?
7
Similar Functions
acos
acos
Reversecosine
getrandmax
getrandmax
Showthemaximumpossib
min
min
Findtheminimumvalue
is_nan
is_nan
Determinewhetheritis
decoct
decoct
Convertdecimaltoocta
tanh
tanh
Hyperbolictangent
lcg_value
lcg_value
Combinedlinearcongru
sqrt
sqrt
Squareroot
Popular Articles
Is the Value Returned by the atan2 Function in Standard Radians? How to Convert to Degrees in PHP?
How to Properly Handle Negative Angles When Using the PHP atan2 Function